home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / pc / allfiles / Itch / work_info / WImage.dcr / 00075_Board4.ls < prev    next >
Encoding:
Text File  |  1999-03-07  |  108 b   |  10 lines

  1. global worldObj
  2.  
  3. on mouseDown
  4.   SetMouseDownState(worldObj)
  5. end
  6.  
  7. on mouseUp
  8.   SetMouseUpState(worldObj)
  9. end
  10.